home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Menu.dxr / Internal_21_Jump To Marker on Mouse Exit.ls < prev    next >
Encoding:
Text File  |  2003-11-06  |  211 b   |  11 lines

  1. property myMarker
  2. global gHavePlayedTheIntro
  3.  
  4. on mouseLeave
  5.   go(marker(myMarker))
  6. end
  7.  
  8. on getPropertyDescriptionList
  9.   return [#myMarker: [#comment: "Marker to jump to", #format: #marker, #default: EMPTY]]
  10. end
  11.